object BwContactsImportForm: TBwContactsImportForm Left = 0 Top = 0 Caption = 'Import Contacts' ClientHeight = 322 ClientWidth = 662 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poMainFormCenter OnShow = FormShow DesignSize = ( 662 322) PixelsPerInch = 96 TextHeight = 13 object ImageContacts: TImage Left = 8 Top = 11 Width = 24 Height = 24 Picture.Data = {} Transparent = True end object LblContacts: TLabel Left = 43 Top = 10 Width = 352 Height = 26 Caption = 'Diino found the following contacts on your computer. All checked' + ' contact items will be imported into Diino if you click OK.' WordWrap = True end object Lv: TListView Left = 8 Top = 50 Width = 646 Height = 219 Anchors = [akLeft, akTop, akRight, akBottom] Checkboxes = True Columns = < item Caption = 'First Name' Width = 100 end item Caption = 'Last Name' Width = 120 end item AutoSize = True Caption = 'Email Address' end item Caption = 'Work' Width = 90 end item Caption = 'Home' Width = 90 end item Caption = 'Mobile' Width = 90 end> GridLines = True ReadOnly = True RowSelect = True PopupMenu = Pm TabOrder = 0 ViewStyle = vsReport OnColumnClick = LvColumnClick OnCompare = LvCompare end object BtnCancel: TTntButton Left = 572 Top = 275 Width = 75 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end object BtnOK: TTntButton Left = 491 Top = 275 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = '&OK' ModalResult = 1 TabOrder = 2 end object SB: TTntStatusBar Left = 0 Top = 303 Width = 662 Height = 19 Panels = <> SimplePanel = True end object Pm: TPopupMenu Left = 16 Top = 73 object MiCheckAll: TMenuItem Action = AcCheckAll end object MiUncheckAll: TMenuItem Action = AcUncheckAll end end object OA: TOutlookApplication AutoConnect = False ConnectKind = ckRunningOrNew AutoQuit = False Left = 50 Top = 73 end object AL: TTntActionList OnUpdate = ALUpdate Left = 84 Top = 73 object AcContactsFind: TTntAction OnExecute = AcContactsFindExecute end object AcCheckAll: TTntAction Caption = 'Check All' OnExecute = AcCheckAllExecute end object AcUncheckAll: TTntAction Caption = 'Uncheck All' OnExecute = AcUncheckAllExecute end object AcStoreChecked: TTntAction OnExecute = AcStoreCheckedExecute end end end